Skip to content

Rename core artifact to cats-effect-testing-core#191

Merged
djspiewak merged 4 commits intotypelevel:series/1.xfrom
armanbilge:patch-3
Aug 28, 2021
Merged

Rename core artifact to cats-effect-testing-core#191
djspiewak merged 4 commits intotypelevel:series/1.xfrom
armanbilge:patch-3

Conversation

@armanbilge
Copy link
Copy Markdown
Member

Fixes #189.

@djspiewak
Copy link
Copy Markdown
Member

djspiewak commented Aug 28, 2021

Let's do a base minor version bump as well

Comment thread build.sbt Outdated
.settings(libraryDependencies += "org.typelevel" %%% "cats-effect" % CatsEffectVersion)
.settings(
name := "cats-effect-testing-core",
mimaPreviousArtifacts := Set(),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This permanently disables mima on this module. Can we instead do a filter to remove versions prior to the base version bump?

@armanbilge armanbilge requested a review from djspiewak August 28, 2021 18:49
@djspiewak djspiewak merged commit d46e12c into typelevel:series/1.x Aug 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Core module publishes as "org.typelevel" %% "core"

2 participants